-
Notifications
You must be signed in to change notification settings - Fork 32
π¨ [Support center] reopen closed Fogbugz cases (ποΈ) #8482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π¨ [Support center] reopen closed Fogbugz cases (ποΈ) #8482
Conversation
Codecov Reportβ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8482 +/- ##
==========================================
+ Coverage 87.29% 89.52% +2.23%
==========================================
Files 1925 1695 -230
Lines 75417 67377 -8040
Branches 1338 639 -699
==========================================
- Hits 65835 60322 -5513
+ Misses 9182 6885 -2297
+ Partials 400 170 -230
Continue to review full report in Codecov by Sentry.
π New features to boost your workflow:
|
β¦parc-simcore into reopen-fogbugz-cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rock&Roll π
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx. Left you some suggestions. We should follow up a bit offline. In the meantime i do not want to block this. thx
services/web/server/src/simcore_service_webserver/fogbugz/_client.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/fogbugz/_client.py
Outdated
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/04/conversations/test_conversations_messages_rest.py
Outdated
Show resolved
Hide resolved
...ices/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
Outdated
Show resolved
Hide resolved
...ices/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
Outdated
Show resolved
Hide resolved
...ices/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
Show resolved
Hide resolved
...ices/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the effort
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good Matus, just some questions.
...ices/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
Show resolved
Hide resolved
...ices/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
packages/postgres-database/src/simcore_postgres_database/models/conversations.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/conversations/_conversation_repository.py
Show resolved
Hide resolved
|
|
@mergify queue |
π Waiting for conditions to match
|
7aa3ac8
into
ITISFoundation:master



What do these changes do?
Follow up on Support Center feature:
[ ] Add Fogbugz status in GET conversation modelNOTE: We introduced read by support flag, so we do not need to pass the Fogbugz status / store it in our DB and keep it in sync
Related issue/s
How to test
Dev-ops